home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection
-
- on GoOn
- case gSection of
- #intro:
- stopSound2()
- goQ1()
- startQuestions()
- #Q1:
- goQ2()
- #q2:
- goQ3()
- #q3:
- goQ4()
- #q4:
- goQ5()
- #q5:
- goQ6()
- #Q6:
- goQ7()
- #Q7:
- goQ8()
- #Q8:
- goQ9()
- #Q9:
- goQ10()
- #q10:
- goresults()
- #results:
- leaveThisMovie()
- end case
- end
-
- on goBack
- case gSection of
- #intro:
- leaveThisMovie()
- #Q1:
- exitQuestions()
- goIntro()
- #q2:
- goQ1()
- #q3:
- goQ2()
- #q4:
- goQ3()
- #q5:
- goQ4()
- #Q6:
- goQ5()
- #Q7:
- goQ6()
- #Q8:
- goQ7()
- #Q9:
- goQ8()
- #q10:
- goQ9()
- #results:
- goQ1()
- startQuestions()
- end case
- end
-
- on leaveThisMovie
- if iAmActivated(gMasterData) then
- getPrintData()
- end if
- stopSounds()
- set the timeoutScript to EMPTY
- cursor(4)
- go(1, "Island1")
- end
-
- on notePadButton
- DoNotepad()
- end
-
- on continueNext
- stopSound2()
- go(the frame + 1)
- end
-